home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 2.iso / toolbox / public / tardist.txt < prev   
Text File  |  1996-11-11  |  2KB  |  53 lines

  1.  
  2. TARDIST(1)                                                          TARDIST(1)
  3.  
  4. NAME
  5.      tardist - install a tar-encoded software distribution
  6.  
  7. SYNOPSIS
  8.      tardist tar_file
  9.  
  10. DESCRIPTION
  11.      Tardist unpacks a distribution, encoded as a tar file, runs Software
  12.      Manager to allow installation of the distribution, then gives the user
  13.      the option of deleting the distribution or saving it for future use.
  14.  
  15.      Tardist tries to use the directory /usr/dist (normally expected to be a
  16.      world-writable directory for unpacking and storing distributions) as its
  17.      working directory: it will unpack the tar file in a subdirectory of
  18.      /usr/dist, and if the user elects to save, the files comprising the
  19.      distribution will be merged with whatever is already present in
  20.      /usr/dist.
  21.  
  22.      If /usr/dist is not present or is not writable, tardist will instead
  23.      unpack the tar file in a subdirectory created in the same directory where
  24.      the original tar file lives, i.e.  if tardist was invoked as tardist
  25.      /tmp/dist.tar, then it will create a subdirectory in /tmp.
  26.  
  27.      If neither /usr/dist nor the directory of the tar file are writable by
  28.      the user, tardist will ask the user where to create the working directory
  29.      for unpacking the distribution.
  30.  
  31.      After SoftwareManager has completed, tardist will give the option of
  32.      saving the distribution.  If /usr/dist is present and writable, then the
  33.      files in the distribution will be merged into that directory.  Otherwise,
  34.      tardist will give the option of moving the distribution directory to a
  35.      new name chosen by the user.
  36.  
  37. FILES
  38.      /usr/dist   A directory writable by the user, in which the initial
  39.                  distribution will be unpacked and, optionally, saved.
  40.  
  41. NOTES
  42.      Tardist is intended to be called from a web browser, such as netscape,
  43.      and passed a filename with the extension .tardist, probably located in
  44.      the netscape tmp directory.
  45.  
  46.      If there is not enough room in tardist's working directory (either
  47.      /usr/dist or the directory where the original tar file lives) to hold the
  48.      software distribution being downloaded, tardist may not be able to
  49.      install the distribution.
  50.  
  51. SEE ALSO
  52.      SoftwareManager(1M), tar(1), netscape(1).
  53.